MPIFloatingLabelsManager

A Manager for adding, removing and manipulating floating labels.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
fun add(    coordinate: MPIMap.MPICoordinate,     text: String,     options: MPIOptions.AddFloatingLabel? = null,     addFloatingLabelCallBack: (String?) -> Unit? = null)
fun add(node: MPINavigatable.MPINode, text: String, options: MPIOptions.AddFloatingLabel? = null, addFloatingLabelCallBack: (String?) -> Unit? = null)
fun add(    polygon: MPINavigatable.MPIPolygon,     text: String,     options: MPIOptions.AddFloatingLabel? = null,     addFloatingLabelCallBack: (String?) -> Unit? = null)
Link copied to clipboard
fun labelAllLocations(options: MPIOptions.FloatingLabelAllLocations? = MPIOptions.FloatingLabelAllLocations())
Link copied to clipboard
Link copied to clipboard
fun removeAll()
Link copied to clipboard